https://sandbox-portal.tidypay.com/api/v01/customers/[customer-id]/[payment-options]/[payment-option-id]
Provides access to configuration settings for the specified payment option.
Method: GET | Implicit: Yes | Returns: PaymentOption * |
Consumes: xurl | Produces: json, xml | |
Returns configuration settings for the specified payment option.
|
Method: POST | Implicit: Yes | Returns: PaymentOption * |
Consumes: json, xml | Produces: json, xml | |
Updates the selected payment option with the specified values.
|
# | Name | Type | Required | Default | Description |
---|---|---|---|---|---|
01 | object | PaymentOption * | Yes |
Payment option information associated with the merchant. |
Method: POST | Implicit: No | Returns: Transaction * |
Consumes: json, xml | Produces: json, xml | |
Creates and processes a transaction based on the specified payment option.
|
# | Name | Type | Required | Default | Description |
---|---|---|---|---|---|
01 | object | ProcessingRequest * | Yes |
Represents information included in processing request sent to a processor. |